/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  position: relative;
  overflow: hidden;
  opacity: 1;
  background: #00b0ed;
  background: -webkit-linear-gradient(2.75deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%);
  background: -o-linear-gradient(2.75deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%);
  background: linear-gradient(87.25deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%); 
}

.limit {
  position: relative;
  max-width: 1385px;
  width: 100%;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.only-mobile {
  display: none;
}

.only-desktop {
  display: block;
}

.s-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.15;
  color: #fff;
}

.logo {
  position: relative;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 265px;
  padding: 14px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  background: #FFB444;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  z-index: 9;
}

.btn:hover {
  background-color: #FFCD4B;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn:active {
  background-color: #FA9600;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.button {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #FFB444;
  border-radius: 50px;
  background-color: #FFB444;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.button:hover {
  background-color: #FFCD4B;
  border-color: #FFCD4B;
}

.button:active {
  background-color: #FA9600;
  border-color: #FA9600;
}

.button:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.veryslow {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.animated.delay-0_5s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes rotated {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes rotated {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    visibility: visible;
    opacity: 1;
  }
}

.rotated {
  -webkit-animation-name: rotated;
  animation-name: rotated;
}

@-webkit-keyframes rotated20 {
  from {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

@keyframes rotated20 {
  from {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

.rotated40 {
  -webkit-animation-name: rotated40;
  animation-name: rotated40;
}

@-webkit-keyframes rotated40 {
  from {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

@keyframes rotated40 {
  from {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

.rotated40 {
  -webkit-animation-name: rotated40;
  animation-name: rotated40;
}

@-webkit-keyframes rotated65 {
  from {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

@keyframes rotated65 {
  from {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

.rotated65 {
  -webkit-animation-name: rotated65;
  animation-name: rotated65;
}

@-webkit-keyframes rotated-45 {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

@keyframes rotated-45 {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
  }
}

.rotated-45 {
  -webkit-animation-name: rotated-45;
  animation-name: rotated-45;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-12px) translateY(12px);
    transform: translateX(-12px) translateY(12px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-12px) translateY(12px);
    transform: translateX(-12px) translateY(12px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.moveInLeft {
  -webkit-animation-name: moveInLeft;
  animation-name: moveInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px) translateY(-10px);
    transform: translateX(40px) translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px) translateY(-10px);
    transform: translateX(40px) translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fanDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

@keyframes fanDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

.fanDown {
  -webkit-animation-name: fanDown;
  animation-name: fanDown;
}

@-webkit-keyframes fanUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

@keyframes fanUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px);
  }
}

.fanUp {
  -webkit-animation-name: fanUp;
  animation-name: fanUp;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
    transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
    transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn2 {
  from {
    -webkit-transform: translateY(20px) scale(0.7);
    transform: translateY(20px) scale(0.7);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

@keyframes zoomIn2 {
  from {
    -webkit-transform: translateY(20px) scale(0.7);
    transform: translateY(20px) scale(0.7);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}

@-webkit-keyframes zoomIn3 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    visibility: visible;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}

@keyframes zoomIn3 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    visibility: visible;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}

.zoomIn3 {
  -webkit-animation-name: zoomIn3;
  animation-name: zoomIn3;
}


@-webkit-keyframes zoomIn4 {
  0% {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
    transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible;
  }

  50% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }

  75% {
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
    transform: translateX(0) translateY(0) scale(0.9);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }
}

@keyframes zoomIn4 {
  0% {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
    transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible;
  }

  50% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }

  75% {
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
    transform: translateX(0) translateY(0) scale(0.9);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    visibility: visible;
  }
}

.zoomIn4 {
  -webkit-animation-name: zoomIn4;
  animation-name: zoomIn4;
}

@-webkit-keyframes zoomIn5 {
  from {
    -webkit-transform: scale(0.6);
    transform: translateY(20px) scale(0.6);
    visibility: visible;
  }

  to {
    -webkit-transform: scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

@keyframes zoomIn5 {
  from {
    -webkit-transform: scale(0.6);
    transform: translateY(20px) scale(0.6);
    visibility: visible;
  }

  to {
    -webkit-transform: scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

.zoomIn5 {
  -webkit-animation-name: zoomIn5;
  animation-name: zoomIn5;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
}

@-webkit-keyframes eyeBlink {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes eyeBlink {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.eyeBlink {
  -webkit-animation-name: eyeBlink;
  animation-name: eyeBlink;
}

/* Header */
.header {
  padding: 60px 0;
}

.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.header__menu .menu,
.header__login .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu .menu__item,
.header__login .menu__item {
  padding: 0 22px;
}

.header__menu .menu__link,
.header__login .menu__link {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.header__menu .menu__link:after,
.header__login .menu__link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  opacity: 0;
}

.header__menu .menu__link:hover:after,
.header__menu .menu__link:focus:after,
.header__login .menu__link:hover:after,
.header__login .menu__link:focus:after {
  width: 100%;
  opacity: 1;
}

.header__toggle {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 12;
  outline: none;
  cursor: pointer;
}

.header__toggle {
  top: -5px;
  left: 10px;
  display: none;
}

.hamburger {
  cursor: pointer;
  height: 20px;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  color: #fff;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.hamburger .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  transition: top 0.075s 0.25s ease, opacity 0.075s ease;
}

.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header.opened .hamburger {
  color: #fff;
}

.header.opened .hamburger:hover {
  opacity: 0.7;
}

.header.opened .hamburger .hamburger-inner {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header.opened .hamburger .hamburger-inner::before,
.header.opened .hamburger .hamburger-inner::after {
  background-color: #fff;
}

.header.opened .hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  transition: top 0.075s ease, opacity 0.075s 0.25s ease;
}

.header.opened .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Top section */
.top {
  position: relative;
  padding-bottom: 290px;
}

.top__description {
  position: relative;
  max-width: 735px;
  padding-top: 170px;
}

.top__description .decor--1 {
  content: '';
  position: absolute;
  top: -290px;
  left: -665px;
  background-image: url(../../img/landing/top-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1357px;
  height: 1121px;
  z-index: 1;
}

.top__description .s-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
}

.top__description p {
  position: relative;
  z-index: 3;
  font-size: 18px;
  margin-bottom: 40px;
}

.top__img-composition {
  position: absolute;
  bottom: -150px;
  left: 795px;
  width: 578px;
  height: 576px;
}

.top__img-composition img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.top__img-composition .back-img {
  width: 592px;
  height: 547px;
}

.top__img-composition .front-img {
  top: 95px;
  left: 165px;
  width: 445px;
  height: 398px;
  z-index: 3;
}

.top__img-composition .element--1 {
  top: 345px;
  left: 410px;
  width: 175px;
  height: 171px;
}

.top__img-composition .element--2 {
  top: 50px;
  left: 100px;
  width: 406px;
  height: 386px;
}

.top__img-composition .element--3 {
  top: -55px;
  left: 45px;
  width: 298px;
  height: 289px;
  z-index: 1;
}

.top__img-composition .element--4 {
  top: 230px;
  left: 195px;
}

.top__img-composition .element--4-1 {
  top: 103px;
  left: 5px;
  width: 262px;
  height: 395px;
}

.top__img-composition .element--5 {
  top: 245px;
  left: 60px;
}

/* Number section */
.number-offers__banner {
  position: relative;
  padding: 40px 40px 20px;
}

.number-offers__banner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 118%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 10px;
  z-index: 1;
}

.number-offers__banner .s-title {
  position: relative;
  z-index: 3;
}

.banner__list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.banner__list-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #004779;
  line-height: 1;
  position: relative;
}

.banner__list-question {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 24px;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.banner__list-answer {
  display: none;
  background: #fff;
  padding: 30px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.8;
  color: #AF98FD;
  max-width: 620px;
  text-align: left;
  font-weight: 300;
  position: absolute;
  bottom: 122%;
  right: -42px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.24));
}

.banner__list-answer::after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: transparent;
  border-top-color: #fff;
  position: absolute;
  right: 40px;
  bottom: -29px;
  display: block;
}

.banner__list-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  margin-top: 10px;
}

.number-offers__map {
  position: relative;
  padding: 110px 0 50px;
}

.number-offers__map:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../../img/landing/map-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 977px;
  height: 632px;
  z-index: 0;
}

.number-offers__map .btn {
  max-width: 290px;
  margin: 50px auto;
}

.number-offers {
  width: 100%;
  text-align: center;
}

.number-offers__number {
  position: relative;
  font-size: 12rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  z-index: 3;
}

.number-offers__number-plus {

  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  font-weight: 700;
  font-size: 12rem;
  position: relative;
  z-index: 3;
}

.number-offers__number--ie {
  display: none;
}

.number-offers__unit {
  display: none;
}

.odometer-inside .odometer-digit:nth-child(3),
.odometer-inside .odometer-digit:nth-child(6) {
  margin-right: 50px;
}

.number-offers__caption {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  z-index: 3;
  text-transform: uppercase;
}

/* Advantages section */
.advantages {
  padding: 100px 0 10px;
}

.advantages__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1305px;
  margin: 0 auto;
}

.advantages__list:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../../img/landing/advantages-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1787px;
  height: 1095px;
  z-index: 0;
}

.advantages__list .list__item {
  position: relative;
  width: 31%;
  max-width: 330px;
  text-align: center;
  margin-bottom: 125px;
  z-index: 3;
}

.advantages__list .list__item .list__img-composition {
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto 10px;
}

.advantages__list .list__item .list__img-composition img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.advantages__list .list__item .list__img-composition.loaded img {
  opacity: 1;
}

.advantages__list .list__item .list__caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.advantages__list .list__item p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.advantages__list .list__item.item--1 .list__img-composition .dart {
  top: 170px;
  left: 170px;
  z-index: 3;
}

.advantages__list .list__item.item--1 .list__img-composition .coin {
  top: 40px;
  left: 55px;
}



.advantages__list .list__item.item--1 .list__img-composition .coin.coin--2 {
  top: 90px;
  left: 11px;
  z-index: 1;
}

.advantages__list .list__item.item--1 .list__img-composition .coin.coin--3 {
  top: 94px;
  left: -3px;
  z-index: 0;
}

.advantages__list .list__item.item--1 .list__img-composition .client {
  top: 30px;
  left: -1px;
}

.advantages__list .list__item.item--1 .list__img-composition .client.client--1 {
  z-index: 2;
}

.advantages__list .list__item.item--1 .list__img-composition .client.client--2 {
  top: 31px;
  left: 176px;
  z-index: 1;
}

.advantages__list .list__item.item--1 .list__img-composition .client.client--3 {
  top: 56px;
  left: 181px;
  z-index: 0;
}

.advantages__list .list__item.item--2 .list__img-composition .play {
  top: 75px;
  left: 100px;
}

.advantages__list .list__item.item--2 .list__img-composition .robot {
  top: 47px;
  left: 95px;
  z-index: 1;
}

.advantages__list .list__item.item--2 .list__img-composition .adv3TopLayer {
  top: 23px;
  left: 5px;
}

.advantages__list .list__item.item--2 .list__img-composition .eye1 {
  top: 77px;
  left: 144px;
  z-index: 2;
}

.advantages__list .list__item.item--2 .list__img-composition .diagramSmall {
  top: 43px;
  left: 14px;
  z-index: 1;
}

.advantages__list .list__item.item--2 .list__img-composition .diagramBig {
  top: 84px;
  left: 34px;
}

.advantages__list .list__item.item--2 .list__img-composition .eye2 {
  top: 77px;
  left: 164px;
  z-index: 2;
}

.advantages__list .list__item.item--3 .list__img-composition .front-img {
  top: 25px;
  left: 107px;
  z-index: 2;
}

.advantages__list .list__item.item--3 .list__img-composition .bell {
  top: 48px;
  left: 7px;
  z-index: 3;
}

.advantages__list .list__item.item--3 .list__img-composition .gear {
  top: 155px;
  left: 122px;
  z-index: 2;
}

.advantages__list .list__item.item--3 .list__img-composition .sound {
  top: 118px;
  left: -3px;
  z-index: 3;
}

.advantages__list .list__item.item--4 .list__img-composition .front-img {
  top: 10px;
  left: -15px;
  z-index: 2;
}

.advantages__list .list__item.item--4 .list__img-composition .gear {
  top: 12px;
  left: 95px;
  z-index: 1;
}

.advantages__list .list__item.item--4 .list__img-composition .advant-check {
  top: 20px;
  left: 35px;
  z-index: 3;
}

.advantages__list .list__item.item--5 .list__img-composition .front-img {
  top: 70px;
  left: 120px;
  z-index: 2;
}

.advantages__list .list__item.item--5 .list__img-composition .build {
  top: 143px;
  left: 25px;
  z-index: 2;
}

.advantages__list .list__item.item--5 .list__img-composition .coin {
  top: 10px;
  left: 115px;
  z-index: 1;
}

.advantages__list .list__item.item--6 .list__img-composition .front-img-back {
  z-index: 2;
  left: 45px;
  top: 15px;
}

.advantages__list .list__item.item--6 .list__img-composition .clock-hand {
  top: -7px;
  left: 121px;
  z-index: 1;
}

.advantages__list .list__item.item--6 .list__img-composition .interval {
  top: 64px;
  left: 110px;
  z-index: 3;
}

.advantages__list .list__item.item--6 .list__img-composition .gear--1 {
  top: 96px;
  left: 155px;
  z-index: 2;
}

.advantages__list .list__item.item--6 .list__img-composition .gear.gear--2 {
  top: 25px;
  left: -3px;
  z-index: 2;
}

/* Safe section */
.safe {
  padding: 60px 0;
}

.safe .s-title {
  text-align: center;
  margin-bottom: 35px;
}

.safe .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.safe .btn {
  max-width: 290px;
  margin: 0 auto;
}

.safe__composition-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.safe__composition-caption .safe__anti {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #004779;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}

.safe__composition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 830px;
  margin: 50px auto;
}

.safe__composition.only-mobile {
  display: none;
}

.safe__composition-item {
  position: relative;
  width: 300px;
  height: 300px;
}

.safe__composition-item img {
  position: absolute;
}

.safe__composition-item.item--1 .banner--1 {
  top: 70px;
  left: 20px;
  z-index: 2;
}

.safe__composition-item.item--1 .banner--2 {
  top: 15px;
  left: 145px;
}

.safe__composition-item.item--1 .banner--3 {
  top: 154px;
  left: 150px;
}

.safe__composition-item.item--1 .arrow {
  top: 50%;
  left: 101%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.safe__composition-item.item--2 .front-img {
  z-index: 2;
}

.safe__composition-item.item--2 .gear {
  top: 165px;
  left: 175px;
  z-index: 1;
}

.safe__composition-item.item--2 .check--1 {
  top: 55px;
  left: 178px;
  z-index: 3;
}

.safe__composition-item.item--2 .check--2 {
  top: 150px;
  left: 160px;
  z-index: 3;
}

.safe-description {
  max-width: 1050px;
  margin: 0 auto 60px;
}

.browser__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 570px;
  margin: 40px auto;
}

/* shark section */
.shark {
  padding: 60px 0;
}

.shark .s-title {
  text-align: center;
  margin-bottom: 35px;
}

.shark .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.shark .btn {
  max-width: 290px;
  margin: 0 auto;
}

.shark__composition-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shark__composition-caption .shark__anti {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #004779;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}

.shark__composition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.shark__composition.only-mobile {
  display: none;
}

.shark__composition-item {
  position: relative;

  width: 680px;
  height: 530px;
  margin: 0 auto 10px;
}

.shark__composition-item img {
  position: absolute;
}

.shark__composition-item .back-img {
  left: -0;
  width: 678px;
  height: 515px;
}

.shark__composition-item .shark--1 {
  top: 50px;
  left: 50px;
  width: 358px;
}

.shark__composition-item .shark--2 {
  top: 193px;
  left: 440px;
  width: 212px;
}

.shark__composition-item .cloud--1 {
  top: 40px;
  left: 400px;
  width: 256px;
  height: 45px;
}

.shark__composition-item .cloud--2 {
  top: 10px;
  left: 15px;
  width: 90px;
  width: 225px;
  height: 39px;
}

.shark__composition-item .moon {
  top: 33px;
  left: 326px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.shark__composition-item .bubble--1 {
  top: 250px;
  left: 42px;
  width: 35px;
}

.shark__composition-item .bubble--2 {
  top: 280px;
  left: 69px;
  width: 42px;
}

.shark__composition-item .bubble--3 {
  top: 319px;
  left: 144px;
  width: 24px;
}

.shark__composition-item .bubble--4 {
  top: 297px;
  left: 326px;
  width: 25px;
}

.shark__composition-item .bubble--5 {
  top: 246px;
  left: 482px;
  width: 25px;
}

.shark__composition-item .bubble--6 {
  top: 212px;
  left: 515px;
  width: 34px;
}

.shark-description {
  max-width: 1050px;
  margin: 0 auto 60px;
}

.browser__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 570px;
  margin: 40px auto;
}

/* Who section */
.who {
  padding: 220px 0;
}

.who .s-title {
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}

.who p {
  max-width: 900px;
  position: relative;
  margin-bottom: 25px;
  z-index: 3;
}

.who .decor__element {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.who .decor--1 {
  background-image: url(../../img/landing/who-decor11.png);
  width: 183px;
  height: 463px;
  bottom: -165px;
  left: -272px;
}

.who .decor--2 {
  background-image: url(../../img/landing/who-decor22.png);
  width: 224px;
  height: 244px;
  top: -178px;
  right: 21px;
}

.who .decor--3 {
  background-image: url(../../img/landing/who-decor33.png);
  width: 368px;
  height: 244px;
  bottom: -175px;
  right: -275px;
}

.who__content {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.who__content:before {
  content: '';
  position: absolute;
  top: -165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../../img/landing/who-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1485px;
  height: 698px;
}

.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1026px;
  margin: 280px auto 0;
}

/* Footer */
.footer {
   background: #004779;
  background: -webkit-linear-gradient(2.75deg, #2894d9 0%, #004779 100%);
  background: -o-linear-gradient(2.75deg, #2894d9 0%, #004779 100%);
  background: linear-gradient(87.25deg, #2894d9 0%, #004779 100%);
  padding: 85px 0 70px;
}

.footer .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.footer .social__link:hover svg path {
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  fill: #004779;
}

.footer__content {
  max-width: 1048px;
  margin: 0 auto;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__block .block__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__block .block__right {
  width: 125px;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 250px;
}

.footer__menu {
  width: 195px;
}

.footer__menu .menu {
  display: block;
}

.footer__menu .menu__item {
  margin-bottom: 10px;
}

.footer__menu .menu__link {
  font-size: 18px;
  color: #fff;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.footer__menu .menu__link:hover {
  color: #a0cbf6;
}

.footer__menu-caption {
  margin-bottom: 30px;
}

.footer__menu-caption,
.copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.copyright-inner {
  text-align: right;
}

.copyright,
.social {
  display: inline-block;
  max-width: 189px;
  width: 100%;
}

.bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}

.bottom-list li {
  padding-left: 15px;
}

/* Modal blocks */
.modal {
  position: relative;
  padding: 20px 0;
  z-index: 10;
  color: #481754;
}

.modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(147, 199, 254, 0.8);
  z-index: -1;
}

.modal__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
}

.disabled {
  display: none;
}

.active {
  display: block;
}

.active--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active--absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

.modal__title {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background: rgba(170, 128, 249, 0.1);
}

.modal__form {
  padding: 15px 20px 25px;
}

.modal__label {
  display: block;
}

.modal__label:not(:first-of-type) {
  margin-top: 15px;
}

.modal__field {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  background-color: #ffffff;
  border: 2px solid #DAD1DD;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline: none;
}

.modal__field::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1;
}

.modal__field::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1;
}

.modal__field:-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1;
}

.modal__field:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1;
}

.modal__field:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
  -webkit-box-shadow-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
}

.check {
  position: relative;
  padding-left: 40px;
}

.check__box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #DAD1DD;
  background-color: #ffffff;
  border-radius: 10px;
}

.check__input:checked+.check__box {
  background: url(../img/checkbox-mark.svg) center no-repeat, #ffffff;
}

.check__input:focus+.check__box {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
}

.modal__button {
  margin-top: 20px;
}

.modal__button--reset {
  max-width: 260px;
}

.modal__text {
  margin-top: 15px;
  text-align: center;
}

.modal__paragraph:not(:first-of-type) {
  margin-top: 10px;
}

.modal__link {
  outline: none;
  text-decoration: none;
  color: #FF0056;
}

.modal__link--reset {
  color: #481754;
}

.modal__link:hover,
.modal__link:focus {
  text-decoration: underline;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {

  .header__menu .menu__link,
  .header__login .menu__link {
    font-size: 12px;
  }

  .top__description {
    max-width: 700px;
  }

  .top__img-composition {
    left: 650px;
  }

  .banner__list-number {
    font-size: 70px;
  }

  .banner__list-description {
    font-size: 22px;
  }

  .number-offers__number {
    font-size: 8rem;
  }



  .odometer-inside {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1024px) {
  .top__description {
    max-width: 500px;
  }

  .top__img-composition {
    left: 500px;
  }

  .banner__list-number {
    font-size: 60px;
  }

  .banner__list-description {
    font-size: 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .limit {
    max-width: 375px;
    padding: 0 20px;
  }

  .only-mobile {
    display: block;
  }

  .only-desktop {
    display: none;
  }

  .header {
    padding: 15px 0;
  }

  .header__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo {
    width: 100px;
    margin: 30px auto 5px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__toggle {
    display: block;
  }

  .header__login {
    width: calc(100% - 40px);
  }

  .header__login .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__menu {
    width: 30px;
  }

  .header__menu .menu {
    min-height: 100vh;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #004779;
    position: absolute;
    width: 991px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-200%);
    -ms-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    z-index: 3;
  }

  .header__menu .menu .menu__item {
    width: 100%;
    display: block;
    text-align: center;
  }

  .header__menu .menu .menu__link {
    font-size: 14px;
  }

  .header.opened .header__menu .menu {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  .header__menu .menu__item,
  .header__login .menu__item {
    padding: 0 10px;
  }

  .top {
    padding-bottom: 70px;
  }

  .top__description {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .top__description .btn {
    margin: 0 auto;
  }

  .top__description .decor--1 {
    left: -640px;
  }

  .top__description .s-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .top__description p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .top__img-composition {
    position: relative;
    width: 260px;
    height: 260px;
    left: 0;
    bottom: 0;
    margin: 0 auto 25px;
    z-index: 3;
  }

  .top__img-composition .front-img {
    top: 40px;
    left: 54px;
    z-index: 1;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--1 {
    top: 142px;
    left: 170px;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--2 {
    top: 15px;
    left: 27px;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--3 {
    top: 1px;
    left: 8px;
    z-index: 1;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--4 {
    top: 101px;
    left: 91px;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--4-1 {
    top: 44px;
    left: -15px;
    width: auto;
    height: auto;
  }

  .top__img-composition .element--5 {
    top: 110px;
    left: 27px;
    width: auto;
    height: auto;
  }

  .number-offers__banner {
    padding: 15px 30px 10px;
  }

  .number-offers__banner .slick-dots li button:before {
    font-size: 60px;
    color: #fff;
    opacity: .55;
  }

  .number-offers__banner .slick-dots li.slick-active button:before {
    opacity: 1;
  }

  .number-offers__map {
    padding: 20px 0 0;
  }

  .number-offers__map .btn {
    margin-top: 45px;
  }

  .number-offers__map:before {
    background-image: url(../img/map-bg-mob.png);
    width: 473px;
    height: 306px;
  }

  .number-offers__number {
    font-size: 100px;
  }

  .number-offers__number .odometer-inside {
    line-height: .5;
  }

  .number-offers__caption {
    font-size: 20px;
  }

  .number-offers__banner:before {
    width: 285px;
  }

  .banner__list {
    padding: 25px 0 10px;
  }

  .number-offers__banner .s-title {
    font-size: 30px;
    line-height: 1;
  }

  .banner-slider .slick-slide.wow.fadeInUp {
    -webkit-animation: none;
    animation: none;
  }

  .number-offers__unit {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    z-index: 3;
  }

  .odometer-inside .odometer-digit:nth-child(3),
  .odometer-inside .odometer-digit:nth-child(6) {
    margin: 0;
  }

  .odometer-inside .odometer-digit:nth-last-of-type(-n+6) {
    display: none;
  }

  .number-offers__number--publishers .odometer-inside .odometer-digit:nth-last-of-type(-n+6) {
    display: inline-block;
  }

  .advantages {
    padding: 50px 0;
  }

  .advantages__list:before {
    top: 0px;
  }

  .advantages__list:after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/landing/advantages-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1787px;
    height: 1095px;
    z-index: 0;
  }

  .advantages__list .list__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }

  .advantages__list .list__item .list__caption {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .advantages__list .list__item p {
    font-size: 14px;
  }

  .safe {
    display: none;
  }


  .shark {
    padding-bottom: 30px;
  }

  .shark .s-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .shark .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .shark__composition-caption {
    display: block;
    text-align: center;
  }

  .shark__composition-item {
    width: 300px;
    height: 200px;
  }

  .shark__logo {
    width: 96px;
    margin: 10px auto;
  }

  .shark__composition-caption .shark__anti {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 35px;
    padding: 10px;
  }

  .shark-description {
    margin-bottom: 30px;
  }





  .shark__composition-item {
    width: 100%;
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }

  .shark__composition-item .back-img {
    left: -0;
    width: auto;
    height: auto;
  }

  .shark__composition-item .shark--1 {
    top: 0;
    left: 20px;
    width: auto;
    height: auto;
  }

  .shark__composition-item .shark--2 {
    top: 50px;
    left: 190px;
    width: auto;
    height: auto;
  }

  .shark__composition-item .cloud--1 {
    top: 30px;
    left: 170px;
    width: auto;
    height: auto;
  }

  .shark__composition-item .cloud--2 {
    top: 10px;
    left: 15px;
    width: 90px;
    width: auto;
    height: auto;
  }

  .shark__composition-item .moon {
    top: 23px;
    left: 136px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
  }

  .shark__composition-item .bubble--1 {
    top: 110px;
    left: 10px;
    width: 13px;
    height: 13px;
  }

  .shark__composition-item .bubble--2 {
    top: 123px;
    left: 19px;
    width: auto;
    height: auto;
  }

  .shark__composition-item .bubble--3 {
    top: 139px;
    left: 44px;
    width: 10px;
    height: 10px;
  }

  .shark__composition-item .bubble--4 {
    top: 129px;
    left: 136px;
    width: 10px;
    height: 10px;
  }

  .shark__composition-item .bubble--5 {
    top: 94px;
    left: 226px;
    width: 13px;
    height: 13px;
  }

  .shark__composition-item .bubble--6 {
    top: 102px;
    left: 215px;
    width: 11px;
    height: 11px;
  }

  .shark__composition-item.item--2 .back-img {
    left: 30px;
  }

  .shark__composition-item.item--2 .front-img {
    left: 30px;
  }

  .shark__composition-item.item--2 .gear {
    top: 56px;
    left: 100px;
  }

  .shark__composition-item.item--2 .check--1 {
    top: 23px;
    left: 109px;
  }

  .shark__composition-item.item--2 .check--2 {
    top: 62px;
    left: 100px;
  }

  .browser__list {
    max-width: 295px;
    margin: 20px auto 30px;
  }

  .browser__list li img {
    width: 50px;
  }

  .who {
    padding: 45px 0;
  }

  .who .decor {
    display: none;
  }

  .who .decor--4 {
    margin: 40px auto;
  }

  .who__content:before {
    background-image: url(../img/who-bg-mob.png);
    width: 749px;
    height: 414px;
    top: 95px;
    left: 76%;
  }

  .who .s-title {
    font-size: 30px;
    text-align: center;
  }

  .who .s-title span {
    display: block;
  }

  .partner__list {
    display: none;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__menu-caption,
  .copyright {
    font-size: 14px;
  }

  .footer__menu-caption {
    margin-bottom: 10px;
  }

  .footer__menu .menu__item {
    margin-bottom: 6px;
  }

  .footer__menu .menu__link {
    font-size: 14px;
  }

  .footer__block,
  .block__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__menu,
  .copyright-wrapper {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer__menu:nth-child(2) {
    padding-left: 10px;
  }

  .copyright-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .copyright-inner {
    width: 165px;
    text-align: left;
  }

  .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
  }

  .bottom-list li {
    padding: 0;
    padding-right: 15px;
  }

  .banner__list-answer,
  .banner__list-question {
    display: none !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .modal__item {
    max-width: 600px;
  }

  .modal__title {
    padding: 30px 40px;
    font-size: 60px;
  }

  .modal__form {
    padding: 20px 40px 40px;
  }

  .modal__label:not(:first-of-type) {
    margin-top: 20px;
  }

  .modal__field {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
  }

  .modal__field::-webkit-input-placeholder {
    font-size: 18px;
  }

  .modal__field::-moz-placeholder {
    font-size: 18px;
  }

  .modal__field:-moz-placeholder {
    font-size: 18px;
  }

  .modal__field:-ms-input-placeholder {
    font-size: 18px;
  }

  .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }

  .modal__button {
    margin-top: 0;
    margin-left: 0;
  }

  .modal__button--login {
    width: 100%;
    max-width: 160px;
    margin-right: 40px;
  }

  .modal__button--signup {
    width: 100%;
    max-width: 170px;
    margin-right: 40px;
  }

  .modal__text--login {
    width: 100%;
    max-width: calc(100% - 160px - 40px);
  }

  .modal__text--signup {
    width: 100%;
    max-width: calc(100% - 170px - 40px);
  }

  .modal__button--reset {
    margin-top: 30px;
    margin-left: auto;
  }

  .modal__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 49px;
    margin-top: 0;
    text-align: left;
  }

  .modal__paragraph:not(:first-of-type) {
    margin-top: 10px;
  }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInBottom {
  -webkit-animation-name: slideInBottom;
  animation-name: slideInBottom;
}

@-webkit-keyframes arrive {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes arrive {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.arrive {
  -webkit-animation-name: arrive;
  animation-name: arrive;
}

@media screen and (max-width: 1300px) {

  .number-offers__number-plus {
    font-size: 6rem;
  }
}

@media(min-width:992px) {
  .number-offers__number-plus {
    margin-left: -35px;

  }
}